Vcenter NamespaceManagement Supervisors Topology Info

Vcenter NamespaceManagement Supervisors Topology Info
Vcenter NamespaceManagement Supervisors Topology Info

The Vcenter NamespaceManagement Supervisors Topology Info schema contains the basic information about the association between vSphere Zones and vSphere Clusters.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "zone": "string",
    "clusters": [
        "string"
    ]
}
string
zone
Required

Identifier of this vSphere Zone.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.

array of string
clusters
Required

A list of vSphere Cluster identifiers that are associated with the vSphere Zone.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: ClusterComputeResource. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: ClusterComputeResource.